Click or drag to resize

Attribute Constructor (String, String)

Initializes a new instance of the Attribute class with the specified name and value.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Attribute(
	string name,
	string value
)

Parameters

name
Type: SystemString
A string represents attribute name.
value
Type: SystemString
A string represents attribute value.
See Also